Cell Styling
๐ Cell Spanningโ
- Use the Cell Details panel to increase a cellโs row or column span
- Spanning cells hides other cells underneath (until span is removed)
๐จ Styling & Conditional Formattingโ
Style your cells with:
- Font (size, color, bold, italic, underline, strikethrough)
- Background color
- Text alignment
Example:โ
IF(CURRCELL > 100, 'red', 'green')
This sets the background color based on the cellโs value.